| lcImageGetPalColor | Home |
|
BOOL lcImageGetPalColor ( HANDLE hImage, int iColor, int* pRed, int* pGreen, int* pBlue ); |
| hImage | |
| Handle to a raster image object. | |
| iColor | |
| Index of palette color. | |
| pRed pGreen pBlue | |
| Pointer to a variable which will receive a value of color component. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcImageSetPalColor |